home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / spiderweb / patches / 001 < prev    next >
Text File  |  1989-04-07  |  1KB  |  33 lines

  1. *** WebMakefile~    Thu Apr  6 19:53:39 1989
  2. --- WebMakefile    Sat Apr  8 12:32:06 1989
  3. ***************
  4. *** 134,139 ****
  5. --- 134,140 ----
  6.   boot:
  7.       cd ../master; rm -f *.o; for i in $(COMMONC); do \
  8.           cc $(CFLAGS) -c $$i; \
  9. +         mv *.o $(OBDIR) ; \
  10.       done; cd ../c
  11.       cc $(CFLAGS) -c $(TANGLESRC).c; \
  12.       cc $(CFLAGS) -o $(DEST)/$(THETANGLE) $(COMMONOBJS) $(TANGLESRC).o
  13. *** spider.web~    Thu Apr  6 13:57:13 1989
  14. --- spider.web    Sat Apr  8 12:49:58 1989
  15. ***************
  16. *** 1133,1139 ****
  17.           if (tempfile==ttokfile) { ## output to \.{TANGLE}
  18.               #<If |t| is |"string"|, |"constant"|, or |"identifier"|, 
  19.                  just |continue|#> ## already defined in \.{TANGLE}
  20. !             temp = temp + #'37 - highesttoken ## hackety hack!
  21.               }
  22.           printf "@d %s = %s\n", tokenname[t], temp > tempfile
  23.           }
  24. --- 1133,1140 ----
  25.           if (tempfile==ttokfile) { ## output to \.{TANGLE}
  26.               #<If |t| is |"string"|, |"constant"|, or |"identifier"|, 
  27.                  just |continue|#> ## already defined in \.{TANGLE}
  28. !             temp = temp + #'37 + 3 - highesttoken ## hackety hack!
  29. !                   ## +3 because three highest are already defined!
  30.               }
  31.           printf "@d %s = %s\n", tokenname[t], temp > tempfile
  32.           }
  33.